Snapservice ReplicationTargetConfiguration
The Snapservice ReplicationTargetConfiguration schema contains properties to configure the target for replication. At least one of the fields needs to be specified when updating the configuration.
This schema was added in vSphere API 9.1.0.0.
{
"use_replica_seed": false,
"storage_spec": {
"target_datastore": "string"
}
}
Specify if replica seed should be used for virtual machine replication.
This property was added in vSphere API 9.1.0.0.
if missing or null use the protection group level settings.
Specify the target storage spec for virtual machine replication.
This property was added in vSphere API 9.1.0.0.
if missing or null protection group level config will be used.